home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
MISC
/
PCO
/
PRINTDOC.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-03-04
|
309b
|
17 lines
echo off
cls
echo
echo This Batch file will print the Outline! documentation file MANUAL.DOC
echo to printer port LPT1:.
echo
echo Press any key to begin (^Break to Abort)
echo
pause
echo
echo Now printing . . . .
copy manual.doc lpt1:
echo
echo Printing complete
echo